home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11075 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: uc.widen.com!user
  2. From: garyn@widen.com (Gary Norris)
  3. Newsgroups: comp.lang.c
  4. Subject: Compiling GNU make w/o make
  5. Date: 21 Mar 1996 20:46:48 GMT
  6. Organization: Widen
  7. Message-ID: <garyn-2103961448370001@uc.widen.com>
  8. NNTP-Posting-Host: uc.widen.com
  9.  
  10. I'm trying to use Sun's CC in Solaris 2.5 (on SparcStation) to compile GNU
  11. make 2.74 without a existing copy of make.  Using the included "build.sh"
  12. script to compile make I get:
  13.  
  14.    $ sh build.sh
  15.      compiling commands.c...
  16.      compiling job.c...
  17.      compiling dir.c...
  18.      compiling file.c...
  19.      compiling misc.c...
  20.      compiling main.c...
  21.      compiling read.c...
  22.      compiling remake.c...
  23.      compiling rule.c...
  24.      compiling implicit.c...
  25.      compiling default.c...
  26.      compiling variable.c...
  27.      compiling expand.c...
  28.      compiling function.c...
  29.      compiling vpath.c...
  30.      compiling version.c...
  31.      compiling ar.c...
  32.      compiling arscan.c...
  33.      compiling signame.c...
  34.      compiling getopt.c...
  35.      compiling getopt1.c...
  36.      compiling glob/glob.c...
  37.      compiling glob/fnmatch.c...
  38.      compiling remote-stub.c...
  39.      compiling getloadavg.c...
  40.     "/usr/include/sys/machsig.h", line 83: macro BUS_OBJERR redefines
  41. previous macro at "/usr/ucbinclude/sys/signal.h", line 447
  42.      linking make...
  43.      done
  44.     $ 
  45.  
  46. OK, but when I try to install make.... things start to roll downhill fast...
  47.  
  48.    $ ./make install
  49.    Segmentation Fault
  50.    $
  51.  
  52. Has anyone out there compiled GNU make without another make tool on a Sparc?
  53. Does anyone know of a source for compiled binaries?
  54. Anything will help me here!!
  55.  
  56. Thx,
  57.  
  58. Uriah Carpenter
  59. uriah@widen.com
  60.  
  61. Widen Colourgraphics
  62. Technical Services
  63. 608/222-1296
  64.